*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
	margin:0;
	padding:0;
	font-size: 16px;
	line-height:180%;
	display:block;
	background:#fff;
	font-family:"Microsoft YaHei";
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6,p,strong,em{
	padding:0;
	margin:0;
	font-style:normal;
	font-weight:normal;
}
a:link,a:visited{
	color:#333;
	text-decoration:none;
	float:none;
}
a:hover{
	color:#1b81d7;
}
ul,li{
	padding:0;
	margin:0;
	list-style:none;
}
img{
	border:none;
}
.clear{
	clear:both;
}

/* footer{ */
/* 	width: 100%; */
/* 	height: 188px; */
/* 	border-top: 2px solid #1e6ac7; */
/* } */
/* .footmainbox{ */
/* 	width: 100%; */
/* 	height: 188px; */
/* } */
/* .footlogobox{ */
/* 	width: 30%; */
/* 	height: 100%; */
/* 	float: left; */
/* } */
/* .dzlogobox{ */
/* 	width: 50%; */
/* 	height: 100%; */
/* 	float: left; */
/* 	padding-left: 30%; */
/* 	padding-top: 64px; */
/* } */
/* .zclogobox{ */
/* 	width: 50%; */
/* 	height: 100%; */
/* 	float: right; */
/* 	padding: 72px 0 0 50px; */
/* } */

/* .footbeian{ */
/* 	width: 70%; */
/* 	height: 100%; */
/* 	padding-top: 36px; */
/* 	float: right; */
/* 	text-align: center; */
/* } */
/* .footbeian h3{ */
/* 	font-size: 18px; */
/* 	margin-bottom: 6px; */
/* 	color: #666666; */
/* } */
/* .footbeian h3 a{ */
/* 	color: #666666; */
/* } */
/* .footbeian em{ */
/* 	color: #666666; */
/* 	margin: 0 14px; */
/* } */
/* .footbeian p{ */
/* 	color: #666666; */
/* 	font-size: 14px; */
/* 	margin-bottom: 4px; */
/* } */
/* .footbeian p span{ */
/* 	padding-left: 24px; */
/* 	margin-left: 12px; */
/* 	background: url(wblogo.png) no-repeat left center; */
/* } */



footer{
	width: 100%;
	height: 188px;
	border-top: 2px solid #1e6ac7;
}
.footmainbox{
	width: 100%;
	height: 188px;
	position: relative;
}
.dzlogobox{
	width: 15%;
	float: left;
	padding-top: 64px;
	padding-left: 114px;
}
.zclogobox{
	width: 15%;
	float: right;
	padding-top: 64px;
}

.footbeian{
	width: 70%;
	height: 100%;
	padding-top: 36px;
	float: left;
	margin: 0 auto;
	text-align: center;
}
.footbeian h3{
	font-size: 18px;
	margin-bottom: 6px;
	color: #666666;
}
.footbeian h3 a{
	color: #666666;
}
.footbeian em{
	color: #666666;
	margin: 0 14px;
}
.footbeian p{
	color: #666666;
	font-size: 14px;
	margin-bottom: 4px;
}
.footbeian p span{
	padding-left: 24px;
	margin-left: 12px;
	background: url(wblogo.png) no-repeat left center;
}

@media screen and (max-width:1200px) {
	.containbox{
		width: 100%;
	}
	.containbox{
		margin: 0 auto;
	}
	.topbox{
		height: 200px;
		background: url(top_bj.png) no-repeat right bottom;
	}
	.logobox img{
		float: left;
		margin: 24px 0 10px 12px;
	}
	.topbox .headright{
		width: 100%;
		float: left;
		padding: 0 20px;
	}
	.headright ul{
		display: none;
	}
	.headright img{
		display: none;
	}
	.searchbox{
	    height: 50px;
	    line-height: 50px;
	    width: 100%;
	    float: left;
	    margin: 0 auto;
    }
    .searchimg{
    	height: 50px;
    }
    /* .homechildbox{
    	width: 640px;
    }
    .homechildbox .deom{
    	margin-left: 44px;
    }
    .homechildbox ul li{
    	margin: 0 12px;
    } */
    .footlogobox{
    	display: none;
    }
    .footbeian{
    	width: 100%;
    }
    .pageBox{
    	padding-left: 0;
    }
    .maincontent{
    	padding: 0 2%;
    }
}

@media screen and (max-width:1920px){
	.containbox{
		width: 1000px;
	}
	.containbox{
		margin: 0 auto;
	}
	/* �ײ�����*/
	footer{
		height: 168px;
	}
	.footmainbox{
		height: 168px;
	}
	.footbeian h3{
		font-size: 16px;
	}	
	.footbeian p{
		font-size: 12px;
		margin-bottom: 0;
	}
	.dzlogobox{
		padding-left: 48px;
	}
	.footbeian{
		padding-top: 24px;
	}
}
@media screen and (min-width: 10px) and (max-width: 450px) {
	.topbox {
		height: 180px;
		background: url(top_bj.png) no-repeat right bottom;
	}
	footer{
		width: 100%;
		height: 390px;
		border-top: 2px solid #1e6ac7;
		overflow: hidden;
		position:relative;
	}
	.containbox{
		width: 100%;
		height: 100%;
	}
	.footmainbox{
		width: 100%;
		height: 100%;
		
	}
	.dzlogobox{
		position: absolute;
		bottom: 10px;
	}
	.zclogobox{
		position: absolute;
		bottom: 10px;
		left: 150px;
	}
	.dzlogobox img {
		width: 50px;
	}
}
		/* 老年版样式 */
.ConBox .footbeian{
	width: 100%;
	position: relative;
}
.ConBox .footbeian h3,
.ConBox .footbeian p{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 60px;
	color: #666666;
}
.ConBox .zclogobox{
	position: absolute;
	right: 2%;
	top: 53%;
	padding-left: 0;
}
.ConBox .dzlogobox{
	position: absolute;
	right: 13%;
	top: 86%;
	padding-top:0px;
}




